3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next
QuickDraw 3D provides routines that let you control how group objects are read.
You can use the Q3File_SetReadInGroup function to set the mode by which objects in a group are read.
TQ3Status Q3File_SetReadInGroup(
TQ3FileObject file,
TQ3FileReadGroupState readGroupState);
The Q3File_SetReadInGroup function sets the group reading mode for the metafile object file to one of the two following values, based on the value of readGroupState. The default value for readGroupState is kQ3FileReadWholeGroup .
You can use the Q3File_GetReadInGroup function to set the mode by which objects in a group are read.
TQ3Status Q3File_GetReadInGroup(
TQ3FileObject file,
TQ3FileReadGroupState *readGroupState);
The Q3File_SetReadInGroup function gets a mask for the group reading mode of the metafile object file and returns it in readGroupState. In addition to either of the values described in "Q3File_SetReadInGroup" ( kQ3FileReadWholeGroup or kQ3FileReadObjectsInGroup ), readGroupState can have this value:
Previous | QD3D Book | Overview | Chapter Contents | Next